In what way do you secure your running instances in your vpc?
Answer / Anshul Agrawal
Securing running instances within a VPC (Virtual Private Cloud) involves several measures. These include: 1. Security Groups: Firewall rules that control inbound and outbound traffic to your instances; 2. IAM (Identity and Access Management) roles: These are used to manage access to AWS services and resources; 3. Key Pairs: SSH keys for Linux instances or passwords for Windows instances to authenticate and connect to the instances securely; 4. Network ACLs: Additional firewall rules that control traffic entering and leaving your VPC; 5. Enabling multi-factor authentication for AWS Management Console access; and 6. Regularly updating instance operating systems, security groups, and IAM roles.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is aws certificate manager?
Mention what is the relation between an instance and ami?
How will you configure an instance with the application and its dependencies, and make it ready to serve traffic?
Aws lambda uses containers?
State the difference between amazon s3 and ec2?
What are the types of storage? what is the difference between them?
How do I connect to amazon s3?
What is the difference between stopping and terminating of instances in aws?
Can you please explain the difference between on demand and reserved instances?
How do I manage that db instances billed at the reserved instance rate?
What is lambda and under what scenarios it is beneficial than ec2.
What are ebs volumes?