Lifecycle event hook availability The following table lists the lifecycle event hooks available for each deployment and rollback scenario. Lifecycle event name Auto Scaling launch deployment¹ Auto Scaling termination deployment¹ In-place deployment² Blue/green deployment: Original instances Blue/green deployment: Replacement instances Blue/green deployment rollback: Original instances Blue/green deployment rollback: Replacement instances ApplicationStop ✓ ✓ ✓ ✓…
Author: wpadmin
CodeDeploy deployment types
Sure! Here’s a summary table of AWS CodeDeploy deployment options, categorized by platform and type: ✅ AWS CodeDeploy Deployment Options Table Platform Deployment Type Deployment Config (Examples) Traffic Shifting Rollback Support EC2/On-Premises In-Place CodeDeployDefault.AllAtOnceHalfAtATimeOneAtATime ❌ No traffic shifting ✅ Yes Blue/Green Custom configs (e.g., batches) ✅ Route traffic to new instances ✅ Yes Lambda Blue/Green…
Lambda: Reserved concurrency vs provisioned
AWS Lambda offers two primary concurrency controls—reserved concurrency and provisioned concurrency—each serving distinct purposes. Here’s a detailed comparison to help you understand their differences and use cases:(AWS Documentation) 🔹 Reserved Concurrency Purpose: Guarantees a specific number of concurrent executions for a function, ensuring it has dedicated capacity. Key Characteristics: Use Cases: Example: 🔹 Provisioned Concurrency…
Deployment types
Certainly! Here’s a clean comparison of Blue-Green Deployment, Canary Deployment, and A/B Testing without any icons: 1. Blue-Green Deployment Concept:You maintain two identical environments — one is the current live environment (Blue), and the other is where you deploy the new version (Green). Once tested, you switch all traffic to Green. Key Characteristics: Feature Description…
KMS
Automatic Key Rotation in KMS 1. Customer-Managed KMS Keys (CMKs) Example using AWS CLI: 2. Asymmetric KMS Keys AWS-Managed Keys (such as those used by S3, EBS, etc.) Notes Would you like steps to enable automatic rotation or guidance on setting up manual rotation?
Lambda Notes
EventBridge Notes
Cloudwatch Notes
Kinesis II
Kinesis family
comparison of Kinesis Data Streams, Kinesis Data Analytics, and Kinesis Data Firehose — all three are part of the AWS Kinesis family, but they serve distinct purposes in a streaming data pipeline. Kinesis Service Comparison Feature Kinesis Data Streams Kinesis Data Analytics Kinesis Data Firehose Primary Role Real-time data ingestion Real-time processing of streaming data…