1. What is a Bastion host? When you first develop a cloud infrastructure for a new project on AWS, you might start with something like EC2, S3, RDS… and you always don’t want to expose public accesses for these resources, so how would you access to them securely? A bastion […]
Category: Security
Securing your AWS account
You have learnt how to create your AWS account, now it’s time to learn some highly recommanded best practices to secure your AWS account, let’s start: 1. Activate Multi-Factor Authentication on root account For this, login to aws management console at: https://console.aws.amazon.com/, select “Root user”, enter your email account then […]