In this post, we will see how to resolve Terraform AWS: Cannot output VPC endpoints. Unsupported attribute Question: I cannot output vpc endpoints. I got module.vpc-endpoints-oregon is an object. This object does not have an attribute named “endpoints”. In the ...

Question: I use aws ecr to get login passwaord then pull docker image from private ECR at the public subnet EC2. This public subnet has already attached a internet gateway. I already have an endpoint gateway for S3 before, so ...

Question: I’m working on an serverless application the works with a database in RDS. For security reasons, both the application (Lambda) and the database are located in a private subnet in a VPC. I also want to access AWS services ...

Question: TL/DR Trying to create a Lambda trigger on a AmazonMQ (RabbitMQ) queue, using private subnets and VPC endpoints does not work. POC Goal I’m doing this POC: An AmazonMQ (RabbitMQ) in a private subnet and a Lambda triggered by ...