Explore how you can quickly prepare for, respond to, and recover from security events. Learn more.
Questions tagged with AWS CloudFormation
AWS CloudFormation lets you model, provision, and manage AWS and third-party resources by treating infrastructure as code.
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
1849 results
Hello,
I am trying to deploy a Yaml script which has got a Policy deployment but it is failing with below error:
> UsagePlanReminderLambdaPolicy [UPDATE_FAILED]: Resource handler returned message: "S...
I am not able to open my Opensearch dashboard link. When I click it from the AWS Console, I just see a blank page with error message:
`
User: anonymous is not authorized to perform: es:ESHttpGet beca...
I am creating an AWS CodePipeline via a CloudFormation template with three steps
1. Checkout source from GitHub
2. Build using CodeBuild
3. Deploy
However, the pipeline fails on the Deploy step with...
Hello,
I received the following email(10/28) from AWS Health regarding a possible issue with ElastiCache and CloudFormation stack-level tags:
![Event Log](/media/postImages/original/IMccfp5wedRHOwHS...
I am getting an error saying "Transform AWS::Include failed with: The specified S3 object's content should be valid Yaml/JSON" when I am trying to deploy.
I want to split few resources to another inc...
Hiya, I'm just trying to get a very simple flask app to run on Elastic Beanstalk, but it won't work no matter how I do it.
When trying to run from the command terminal using "eb init -p "64bit Amazo...
Hello,
I have few resources deleted by mistake which was created as part of cloudformation stack, Now, Cloudformation stack is showing drift but not able to reprovision the delete resources on upload...
I got the message:
```
2::EIP | Application/dev****Vpc/PublicSubnet1/EIP (dev****VpcPublicSubnet1*******) Resource handler returned message: "The maximum number of addresses has been rea...
I actually have two questions.
Below is part of my CDK code to setup an EC2 instance with PHP and Nginx. That is it...
```
new AutoScalingGroup(this, "AutoScalingGroup", {
vpc,
lau...
I am trying to enable the email auto verification of user pool, the code looks like below right now, although I have set autoVerify for email to be true and set up the userVerification property, after...
What am I doing wrong here?
Using CDK V2 typescript, I am unable to deploy VPC endpoints to use a created endpoint service. I successfully created the endpoint service, pointing to the GWLB as:
```
...
I have been working with AWS Control Tower and am interested in managing proactive controls for my multiple AWS accounts as part of our SOC 2 certification efforts. While exploring CloudFormation hook...