AWS Security and Compliance Services: Well-Architected Framework for Cloud and DevOps Engineers

AWS Security and Compliance Services: Well-Architected Framework for Cloud and DevOps Engineers

Learning path for the AWS Cloud Practitioner exam

📝Introduction

This post will cover the main Technologies from AWS Security and Compliance Services, focused on Well-Architected Framework.

📝Well-Architected Framework

There are 6 pillars which describe design principles and best practices for running workloads in the cloud. For more details and Labs for each of the pillars, click on link1 and link2.

  • 6 Pillars in the Real World Scenarios:

    • Operational Excellence

      • Cloud Commit -> Use for version control to enable tracking of code changes and to version-control CloudFormation templates of your infrastructure.
    • Security

      • Cloud Trail -> Configure central logging of all actions performed in your account using CloudTrail.
    • Reliability

      • RDS -> Use Multi-AZ deployments for enhanced availability and reliability of RDS databases.
    • Performance Efficiency

      • Lambda -> Use to run code with zero administration.
    • Cost Optimization

      • S3 -> Use the S3 Intelligent Tiering to automatically move your data between access tiers based on your usage patterns.
    • Sustainability

      • Auto-Scaling -> Use EC2 Auto Scaling to ensure you are maximizing utilization.

Thank you for reading. I hope you were able to understand and learn something helpful from my blog.

Please follow me on Hashnode and on LinkedIn franciscojblsouza