Mention what are the security best practices for Amazon EC2?

For secure Amazon EC2 best practices, follow the following steps
  • Use AWS identity and access management to control access to your AWS resources
  • Restrict access by allowing only trusted hosts or networks to access ports on your instance
  • Review the rules in your security groups regularly
  • Only open up permissions that your require
  • Disable password-based login, for instance, launched from your AMI
AWS Certification

Comments