SSH into the Archivematica container hosts

A list of EC2 instances in the console. Two of them are named Goobi; the others are "Archivematica staging container host", "Archivematica prod container host", "Archivematica prod bastion" and "Archivematica staging bastion". The two instances named "staging" are highlighted with pink arrows. 
The "Security" tab of the EC2 Console. There's a pink hand-drawn circle highlighting the two security groups. 
Adding an inbound rule with type "SSH" and source "My IP" # Upload the SSH key to the bastion instance scp -i key_on_local key_on_local ec2-user@BASTION_HOST:key_on_bastion # SSH into the bastion instance ssh -i key_on_local ec2-user@BASTION_HOST # SSH from the bastion instance into the private instance # (on the bastion) ssh -i key_on_bastion ec2-user@CONTAINER_HOST
Interesting locations on the file system
Last updated