📄️ AWS
Amazon Web Services for DevSecOps: essential AWS resources for the daily work of infrastructure, security, and platform professionals. Focus on the most commonly used services like EC2, VPC, IAM, RDS, S3, SSM, ECS, EKS, and cloud architecture best practices.
📄️ SSM Session Manager
AWS Systems Manager Session Manager: how to access EC2 instances without a bastion host, without SSH, and without keys. Understand SSM Agent, Instance Profile, IAM role, VPC Endpoints, user permissions, and the advantages of SSM over the traditional bastion host model.
📄️ RDS Authentication
Authentication models in Amazon RDS: native database user vs IAM authentication with temporary tokens. Understand the differences, step-by-step configuration, advantages, limitations, and when to use each model for PostgreSQL, MySQL, and other engines.
📄️ VPC Endpoints
AWS VPC Endpoints: how to access AWS services privately without traffic going through the internet. Understand the difference between Interface Endpoints (PrivateLink) and Gateway Endpoints, when to use each type, costs, private DNS, and practical examples with S3, SSM, RDS, and other services.