Recovery on AWS

Created: 28.07.2022

This is about … .

EC2 Recovery

Restore network access to original state (prior to Isolation):

aws ec2 modify-instance-attribute --instance-id <instance-id> --groups <ORIGINAL-SG>`

Reference

Expand … Something here