How can I connect my Dockerized app to a filesystem that lives outside of the container? Let's try Amazon Elastic File System (EFS)...

How can I connect my Dockerized app to a filesystem that lives outside of the container? Let's try Amazon Elastic File System (EFS)...
I need to SSH into an EC2 instance that is hosting my EC2/Docker container in order to run some commands. How do I do this on Windows, using PuTTY as my SSH client?
The Canada region doesn't support some AWS features that I want to try. Arrrg!! Time to recreate things in a different region...
I'm unable to create more than one Spot EC2 instance at a time, even in two separate regions. The error shown is "spotInstanceCountLimitExceeded". Time to contact the Support Center...
I learn how to allow ECS to send my console logging to an AWS CloudWatch log stream
I discovered an inexpensive WordPress hosting option on Amazon Lightsail. Batteries not included. Some assembly required...
I add the AWS SDK for Java to the Spring Boot app, and finally get it running on port 80
I figure out how to adapt my Dockerized Spring Boot "Hello World" app to run on AWS...
Quick post where I assign an AWS Elastic IP to my "Hello World" Docker instance, and then associate the IP with my own domain name
I create an AWS ECS Cluster to act as a container for the Docker image I created in Part 1...