By using AWS re:Post, you agree to the AWS re:Post Terms of Use

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
I'm trying to attach a custom image to a Sagemaker Domain for use in multiple spaces, the whole thing done as IaC. I'm unable to replicate what I've done manually with the AWS CLI in Sagemaker. My cu...
0
answers
0
votes
20
views
asked a month ago
Hi, We want to create a redshift cluster using a snappshot copy of a different cluster through cloud formation. If we have to update this new cluster's features like, number of nodes, will this actio...
1
answers
0
votes
26
views
asked a month ago
I would like to reduce the number of Aurora Serverless instances. To do this, I would like to create a new stack that creates an Aurora Serverless Postgres database. Then I would like to import the Au...
1
answers
0
votes
22
views
asked a month ago
I have additional CDK stacks. I have to change now a service definition but I get the error ``` The record types in the request must be the same as those present in the existing service. Records in t...
1
answers
0
votes
66
views
asked a month ago
My RDS upgrade is done successfully from mysql 5.7 to 8.0 but enhanced monitoring is not copied to new upgraded rds. It is disabled but aws is recommending to enable it. What could be the reason? My C...
1
answers
0
votes
49
views
asked a month ago
Hi all, I'm in the process of configuring AWS Network Firewall in my environment and one of my initial challenges was connectivity to a SQL server database hosted in Azure. Connections to the remote d...
1
answers
0
votes
54
views
asked a month ago
I edited my working cloudformation template for creating a redis cluster to create a valkey cluster instead, by changing the Engine parameter from redis to valkey. Creation fails with "This API doesn'...
1
answers
0
votes
144
views
asked a month ago
Can stack sets be deployed to _specific_ accounts rather than OUs or the entire org? Can a stack set deployment be _moved_ from a generic OU to a more specific account? My use case is around AWS CDK...
1
answers
0
votes
51
views
profile picture
asked a month ago
Where can I find documentation for CF where an API Gateway is integrated with a DynamoDB?
3
answers
0
votes
74
views
asked a month ago
I was trying to create a sagemaker project using the template "MLOps template for model building, training, and deployment with third-party Git repositories using Jenkins". But I kept getting the err...
2
answers
0
votes
31
views
asked a month ago
We use CFN to define all of our infrastructure and when I created the ECS TaskDefinition I used this container image "1111122223333444.dkr.ecr.us-east-1.amazonaws.com/my_app". This resource uses the ...
2
answers
0
votes
39
views
profile picture
asked a month ago
When changing the value of a AWS::SES::ConfigurationSetEventDestination resource's Name property, CloudFormation will show that the resource is being updated and the update will show as completing suc...
2
answers
0
votes
48
views
asked a month ago