A company is implementing a new business application. The application runs on two Amazon EC2 instances and uses an Amazon S3 bucket for document storage. A solutions architect needs to ensure that the EC2 instances can access the S3 bucket.
What should the solutions architect do to meet this requirement?"
Create an IAM role with permissions to access the s3 bucket.
Attach the IAM role to both EC2 instances during or after launch. so this allows the ec2 instances to securely access the s3 bucket without needing to store access keys.
A company recently migrated to AWS and wants to implement a solution to protect the traffic that flows in and out of the production VPC. The company had an inspection server in its on-premises data center. The inspection server performed specific operations such as traffic flow inspection and traffic filtering. The company wants to have the same functionalities in the AWS Cloud.
Which solution will meet these requirements?
Create a centralized inspection vpc. Deploy third-party firewall/inspection appliances in this vpc. Use transit gateway to route traffic from the production vpc to the inspection vpc for traffic inspection & filtering.