1. Home
  2. Security Hardening
  3. CIS Amazon Web Services Three Tier Web Architecture L1 1.0.0
  4. Ensure all Customer owned Amazon Machine Images for Web Tier are not shared publicly

Ensure all Customer owned Amazon Machine Images for Web Tier are not shared publicly

Details

Amazon Machine Images (AMI) are an exact duplicate of the instance they were created from and will allow anyone with access to create a complete replica of the original instance. The original instance may contain intellectual property, proprietary applications, and configuration information that can be used to exploit or compromise any running instance in the web tier.

Allowing public access to the Web Tier AMI may aid an adversary in identifying weaknesses in the application use or configuration.

Solution

Using the Amazon unified command line interface:

* For each AMI that is public remove group ALL from the launch permissions:

aws ec2 modify-image-attribute –image-id __ –launch-permission “{“Remove””:[{“”Group””:””all””}]}””

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Access Control.This control applies to the following type of system amazon_aws.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles