Skip to content
Snippets Groups Projects
Commit 82725a10 authored by nimrod's avatar nimrod
Browse files

AWS CLI alias to enable ENA on an EC2 instance.

parent 2fe1f9ae
No related branches found
No related tags found
No related merge requests found
......@@ -10,3 +10,4 @@ metadata-region = !python3 << EOF
print(json.loads(response.read().decode('utf-8'))['region'])
EOF
du = s3 ls --recursive --human-readable --summarize
enable_ena = ec2 modify-instance-attribute --ena-support --instance-id
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment