Tag: AWS

Connection timeout to sts.amazonaws.com: pecularity of AWS STS PrivateLink Integration Issue with Lambda & Boto3

STS timeout error

I have a Python-based Lambda function in VPC with an VPC endpoint creates for Amazon STS. However I could not connect to STS with timeout error:

Continue reading

How To Restore AWS EC2 instance from a snapshot

I have been working with Hyper-V checkpoints for a while and have been really impressed with the speed at which I can revert my instances when something goes wrong with an update or install. So I expected similar approach in AWS EC2 and found  that restoring from a snapshot AWS EC2 is definitely not as …

Continue reading