Introduction to AWS Shared Responsibility Model πŸ«±πŸΌβ€πŸ«²πŸ½

Introduction to AWS Shared Responsibility Model πŸ«±πŸΌβ€πŸ«²πŸ½

AWS Cloud Technical Essentials

Β·

2 min read

The AWS Cloud world isn't just about AWS doing all the work. When it comes to security and following rules, it's a team effort between you and AWS. They call it the AWS Shared Responsibility Model, and it's all about who's in charge of what when it comes to keeping things safe and secure.

What is AWS Responsible For? ☁️

First things first, AWS takes care of what they call security of the cloud. That's like being the guards of the infrastructure that powers everything in the AWS Cloud. Here's what AWS handles:

  • Physical Security: They make sure their data centers, those Regions and Availability Zones are like super-secured.

  • Infrastructure Management: AWS takes care of all the hardware, software, and networking stuff that keeps their services running.

But here's the deal: AWS's level of responsibility changes depending on the type of service they're providing. There are three types:

CategoryExamples of AWS ServicesAWS Responsibility
InfrastructureCompute services like Amazon EC2Manages the underlying infrastructure and foundational services.
Container servicesServices requiring less customer management, like Amazon RDSManages the infrastructure, foundational services, operating system, and application platform.
Abstracted servicesServices requiring minimal customer management, like Amazon S3Manages the infrastructure layer, operating system, platforms, server-side encryption, and data protection.

What is the Customer Responsible For? πŸ™‹πŸ»β€β™€οΈ

Now, here's what's your responsibility:

  • Infrastructure: You're in charge of the operating system and any applications you're running on AWS services. Plus, keeping all your data safe.

  • Container Services: If you're using services running applications in containers, like Amazon ECS, you have make sure your data is encrypted and protected.

  • Abstracted Services: Even for hands-off services like Amazon S3, you've still got a job. Keep an eye on your data, make sure it's encrypted, and safe from hackers.

And here are some specific tasks you'll be handling:

  • Choosing a Region: Pick the AWS Region that fits best with any rules or laws about where your data can be stored.

  • Data Protection: Keep your data locked up tight with encryption and backups.

  • Access Control: Decide who can access your stuff in AWS, making sure only the right people get in.

Stay Tuned for More! πŸš€

As I continue my journey through the AWS Cloud Solutions Architect Professional Certificate specialization on Coursera, I’ll be sharing more insights and tips. Follow along to learn more about AWS!

Β