All Content 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 tags to filter
Sort by most recent
2103 results
hello, I am trying to create a simple pipeline from udemy and at first its fine I even saw that the pipeline was being created and when it was almost complete i got a pipeline not found here is my ...
2
answers
0
votes
45
views
asked 15 days ago
Hello everyone, I’m trying to delete an S3 bucket through CloudFormation, but I receive the following error: “The bucket you tried to delete is not empty. You must delete all versions in the bucket.”...
Accepted AnswerAWS CloudFormation
3
answers
0
votes
56
views
asked 16 days ago
Hello, I'm trying to deploy some **new **infrastructure (mainly ECS, Load Balancers, Security Groups) via CloudFormation/GitHub Action - that is, I'm not modifying existing resources, but creating n...
2
answers
0
votes
50
views
profile picture
asked 17 days ago
I am importing the template following the sample, but it responds https://github.com/aws-samples/cloud-gaming-on-ec2-using-steam?tab=readme-ov-file The logical resource ids [elasticIP] provided in Re...
2
answers
0
votes
45
views
asked 18 days ago
I see that the [docs](https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#function-configuration-deployment-and-execution) state: > 50 MB (zipped, when uploaded through the Lambd...
1
answers
0
votes
80
views
asked 19 days ago
In my template.yaml, when I connect a lambda to an s3 bucket in the Infrastructure Composer (running in VS Code) it creates an Events: property in the lambda. ``` handleS3uploadFunction: Type:...
2
answers
0
votes
74
views
asked 21 days ago
When I use Provider: Commands in codepipeline, I can set Environment variables using console but there is no provision in cloudformation template for it. ``` - Name: cfn-lint ActionType...
1
answers
0
votes
32
views
asked 23 days ago
I am trying to create codepipeline with cloudformation template. However stage action created has invalid subnets and security group. It includes characters `[ ` and `]` in it. If I generate Output fo...
1
answers
0
votes
43
views
asked 24 days ago
Hi, I have a cloudformation stack created through aws sam using this template ``` ContainerRepository: Type: AWS::ECR::Repository Properties: EmptyOnDelete: true RepositoryPoli...
1
answers
0
votes
62
views
asked a month ago
Hi team, i'm trying to create a CDK stack for gaurdy malware protection for S3, following the git hub repo that was provided by this [blog](https://aws.amazon.com/blogs/security/using-amazon-guarddut...
1
answers
0
votes
64
views
asked a month ago
I get a notice that `unzipped size must be smaller than X bytes` when I try to deploy with `sam` or even `aws lambda publish-layer-version` However, if I upload my layers to S3 first, then I can depl...
2
answers
0
votes
104
views
asked a month ago
Hello, I am seeing some very non-specific errors when I try to create an AWS::ElastiCache::User using CloudFormation. My template is simply: ```` UserName: myuser UserId: hereisauserid Engine: redis...
2
answers
0
votes
43
views
asked a month ago