Help improve AWS Support Official channel in re:Post and share your experience - complete a quick three-question survey to earn a re:Post badge!
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 ...
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.”...
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...
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...
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...
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:...
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...
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...
Hi,
I have a cloudformation stack created through aws sam using this template
```
ContainerRepository:
Type: AWS::ECR::Repository
Properties:
EmptyOnDelete: true
RepositoryPoli...
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...
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...
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...