Stay up to date with the latest from the Knowledge Center. See all new and updated Knowledge Center articles published in the last month and re:Post’s top contributors.
All Content tagged with Infrastructure as Code
Speed up cloud provisioning with infrastructure-as-code
Content language: English
Select tags to filter
Sort by most recent
60 results
I've been trying to set up log anomaly detection via Infrastructure as Code using CloudFormation. I'm getting an error when trying to deploy:
```
Resource handler returned message: "Invalid request p...
I’m trying to understand the differences between Terraform and AWS CloudFormation. Which tool is more preferable for developers when managing infrastructure as code (IaC)? Do they perform similar task...
Amazon EKS Auto Mode was launched at AWS re:Invent 2023
EKS Auto Mode automates:
* Compute: It creates new nodes when pods can't fit onto existing ones, and identifies low utilization nodes for delet...
EXPERT
published 3 months ago2 votes184 views
This article explores how to use AWS CloudFormation to configure an AWS Managed Grafana workspace with seamless integration to Amazon CloudWatch. The goal is to provide a comprehensive, automated solu...
Hello AWS re:Post community! ☁️
My partner and I recently published a book called Engineering Elixir Applications: Navigate Each Stage of Software Delivery with Confidence. The book focuses heavily o...
Hi! I'm using Pulumi to configure my infrastructure as code. We have some DomainIdentity resources created using the SESv1 API. I'd like to create new ConfigurationSets and assign them to the existing...
EXPERT
published 5 months ago0 votes275 views
This article details how we structure CloudFormation templates for improved parallelism, cost-efficiency, security and performances
Hi Team,
Consider the following AWS resources in my account,
RDS_Cluster
1. test_cluster_1
2. test_cluster_2
I have used ***"IaC Generater"*** to generate the cloud formation template to import...
Buenas noches,
Estoy intentando ya varias veces hacer el ejercicio de Infraestructure as Code del path de Seguridad en Cloud Quest, pero me sale siempre como si no quitase las comillas al poner mi st...
Please Help
I have a Lambda function in **Account A** that I want to be used as a service token in **Account B** and invoked by **Account C **based on a certain role. I am using CloudFormation in YAM...
Hi AWS, I was playing with the [AWS CDK Stack Builder Tool](https://github.com/aws-samples/aws-cdk-stack-builder-tool) but I am completely naive to it. The repo is written in TypeScript but I was tryi...
We are testing out a new version of ActiveMQ in a non-prod environment, but we've encountered some issues on the new version and would like to revert to the previous configuration. However, if we try...