Create a resource group in Azure to hold all of the resources you'll be creating:
- Virtual Network
- Virtual Machines
- Don't use 172.* IPs. I used 10.3.0.0/24
| { | |
| "Version":"2012-10-17", | |
| "Statement": [ | |
| { | |
| "Effect": "Allow", | |
| "Action": ["iam:ChangePassword"], | |
| "Resource": "arn:aws:iam::<account-number>:user/${aws:username}" | |
| }, | |
| { | |
| "Effect": "Allow", |