Adetunji Aramideadetunjiaramide.hashnode.dev·May 7, 2023Connect to a private EC2 instance using session manager from a Custom VPC built with terraform.Introduction In modern-day web architecture, we deploy our database or application layer into a private instance. We do this because we don't want any outside connectivity from the public internet, but most times, we want to be able to access the app...Terraform
Suraj Narwadesurajincloud.hashnode.dev·Feb 20, 2023Let's SSM, not SSH, on EC2 instancesTo access EC2 instances, SSH has been the preferred way for many years. But this way has its downsides, such as managing the keypairs, etc. Recently, I came across a new safe and secure way to access instances, even from a Web browser and from the te...1 like·160 readsAWSAWS