There are a lot of options to run containers in AWS - but how do you decide what service to start with? This talk looks at the options available and a general guide on what service to pick when running containers on AWS. Slides are published on my slides page.
Running containers on AWS
··50 words·1 min·
Related
Bulk tagging all instances in an Auto Scaling Group (ASG) using AWS CLI and JMESPath Expressions
··606 words·3 mins
DevOps
Tips & How-To's
Aws
Ec2
Tagging
I dig into AWS CLI a little bit to explain how we can use JMESPath expressions to apply client-side and server-side filtering and bulk tag instances of an Auto Scaling Group.
How do you specify a target hostname for a https request?
··818 words·4 mins
DevOps
Tips & How-To's
Curl
Sni
Tls
Https
I’ve been using hostname spoofing with curl for a while and I find out why hostname spoofing doesn’t work with TLS.
AWS Networking
··19 words·1 min
A brief summary about Networking in the cloud on AWS/GCP that covers VPC, subnets, routing, ingress and engress packet flows.