Questions tagged with AWS CloudFormation
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.
Hi,
We are launching stacks using service catalog (via the Java client, as it happens). We'd like to enable termination protection for each stack that gets launched.
I'm struggling to find out...
0
answers
0
votes
1
views
asked an hour agolg...
Hi,
my CoudFormation stack update fails on the update event of a Cognito UserPool, with the output:
```
Resource handler returned message: "null" (RequestToken: e2919cf2-ccff-91b2-8c60-c1ad8a414450,...
1
answers
0
votes
9
views
asked 5 hours agolg...
Hi,
we had an application running in our development environment for a while just fine.
Now I just tried to update the stack with the was cli:
cdk synth --all -c config=prod --profile prod
cdk deploy...
0
answers
0
votes
15
views
asked a day agolg...
Hi,
If I choose to proceed with a single Amazon Machine Image (AMI)-CloudFormation stack to publish the application my application for a Marketplace offer to publish my application on AWS Marketplace,...
0
answers
0
votes
20
views
asked a day agolg...
I
- added an env variable with `amplify function update`.
- then removed it with the same command
- the functions folder is practically the same as in in the #current-cloud-backend
and yet I am...
1
answers
0
votes
8
views
asked a day agolg...
I have tried to override environment variables, but when deploying it still cannot override the default values in the template file.
Please let me know where I might be configuring it incorrectly,...
2
answers
0
votes
90
views
asked 2 days agolg...
Hi, I want to deploy a StackSet to enable AWS Config for all accounts in one of my OU. Here's the part of my template to deploy.
```yml
Resources:
DeliveryChannel:
Type:...
5
answers
0
votes
82
views
asked 2 days agolg...
I've created blank IAM:Role to check if drift detection works:
```
Resources:
BlankRole:
Type: AWS::IAM::Role
Properties:
RoleName: !Sub '${EnvType}-dp-blank-role'
...
Accepted AnswerAWS CloudFormation
1
answers
0
votes
39
views
asked 5 days agolg...
I have created a lambda function that puts JSON files into a S3 bucket every 10 mins. I created the S3 bucket **with versioning disabled**
The files will normally be overwriting the existing files.
I...
2
answers
0
votes
48
views
asked 5 days agolg...
Hello,
how can i create vertical scaling stack using ops-automator.template. when i tried to create stack was failing with below error. and would like to try to create stack without time based events...
1
answers
0
votes
68
views
asked 6 days agolg...
I'm trying to place a WAF in front of my CloudFront and API Gateway respectively. My code(stack code in the 1st comment in the answers) sets up the API Gateway, CloudFront and 2 Web ACLs and tries to...
1
answers
0
votes
63
views
asked 6 days agolg...
Hii, i am deploying my serverless app through **"sls deploy --verbose --debug='*'"** commad,
i have in my **serverless.yml** file is like
service: user-service
frameworkVersion: '3'
useDotenv: true ...
0
answers
0
votes
32
views
asked 6 days agolg...