All commands here are run as root Install sshfs and autofs
apt-get update apt-get install sshfs autofs
Ensure you have an ssh key:
#!/bin/bash -e | |
## Launch the latest daily Ubuntu in AWS, optionally with user-data | |
## provided in a file and tagged with a name | |
function usage() { | |
echo "$0: [-r region] [-V ubuntu_version] [-i instance_type] \\" | |
echo " [-u user_data_file] [-n instance_name] [-d disk_size] \\" | |
echo " [-D] to disable termination via the API" | |
echo " [-I] iam instance profile [-a AMI ID]" | |
echo " [-P profile] aws cli profile" |
A curated list of AWS resources to prepare for the AWS Certifications
A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.