CloudWiki
Rules
Medium

EC2 should have a name set

Other
Description

Consistently naming (tagging) your Amazon EC2 instances has several advantages, such as providing additional information about their location and usage, ensuring consistency within the selected AWS cloud region, avoiding naming collisions, improving clarity in cases of ambiguity, and enhancing their aesthetic and professional appearance. Therefore, it is recommended to use appropriate naming conventions for tagging your EC2 instances to manage them more efficiently and adhere to AWS cloud best practices. A naming convention is a set of well-defined rules used to choose the name of an AWS cloud resource. To ensure consistency, it is recommended to use the default pattern ^ec2-(ue1|uw1|uw2|ew1|ec1|an1|an2|as1|as2|se1)-([1-2]{1})([a-c]{1})-(d|t|s|p)-([a-z0-9\-]+)$ for naming your instances.

Remediation

To ensure that your EC2 instances are using appropriate naming conventions for tagging, you can follow these remediation steps:

  1. Develop a naming convention: Develop a well-defined set of rules for naming your EC2 instances based on their location, usage, and other relevant factors. This should be consistent across your AWS account and all associated resources.
  2. Implement the naming convention: Apply the naming convention to your existing and new EC2 instances. This can be done manually or via automation tools like AWS CloudFormation or AWS CLI.
  3. Validate the naming convention: Validate that the naming convention is working as expected and that all EC2 instances are named correctly.
  4. Train your team: Educate your team members on the naming convention and its importance. Encourage them to follow the convention to promote consistency and avoid naming collisions.
  5. Monitor the naming convention: Continuously monitor the naming convention to ensure that it is being followed correctly and that there are no deviations or inconsistencies.

By following these steps, you can ensure that your EC2 instances are using appropriate naming conventions for tagging, promoting consistency, avoiding naming collisions, and improving clarity in cases of ambiguity. This will help you manage your instances more efficiently and adhere to AWS cloud best practices.

Enforced Resources
Note: Remediation steps provided by Lightlytics are meant to be suggestions and guidelines only. It is crucial to thoroughly verify and test any remediation steps before applying them to production environments. Each organization's infrastructure and security needs may differ, and blindly applying suggested remediation steps without proper testing could potentially cause unforeseen issues or vulnerabilities. Therefore, it is strongly recommended that you validate and customize any remediation steps to meet your organization's specific requirements and ensure that they align with your security policies and best practices.