AWS Cloud Operations & Migrations Blog
Tag: AWS Identity And Access Management (IAM)
Auto-scaling Amazon EC2 using Amazon Managed Service for Prometheus and alert manager
Customers want to migrate their existing Prometheus workloads to the cloud and utilize all that the cloud offers. AWS has services like Amazon EC2 Auto Scaling, which lets you scale out Amazon Elastic Compute Cloud (Amazon EC2) instances based on metrics like CPU or memory utilization. Applications that use Prometheus metrics can easily integrate into […]
Four ways to retrieve any AWS service property using AWS CloudFormation (Part 1 of 3)
Many of you have experience using AWS CloudFormation to automate your application deployments. As you probably know, the service supports around 600 types of resources. When you optimize your templates, you might have discovered that each of those resource types encapsulates native AWS SDK API calls to create or update each resource’s state or configuration. You […]