diux-dev / cluster

train on AWS
75 stars 15 forks source link

make most recent AMI available in regions #68

Open yaroslavvb opened 6 years ago

yaroslavvb commented 6 years ago

Maybe rename to dlami_aug18, to indicate that this was based on DLAMI/PyTorch source built from aug

yaroslavvb commented 6 years ago

@bearpelican lets use this to keep track of the most recent image

yaroslavvb commented 6 years ago

currently pytorch.source.v6 is most recent

bearpelican commented 6 years ago

pytorch.imagenet.source.v7 is the latest now and replicated

yaroslavvb commented 6 years ago

The final AMI should go to all regions with p3's

I think final AMI should go to all regions with p3's

https://aws.amazon.com/ec2/instance-types/p3/ Available regions for EC2 P3 are the US East (N. Virginia), US East (Ohio), US West (Oregon), Canada (Central), Europe (Ireland), Europe (Frankfurt), Europe (London), Asia Pacific (Tokyo), Asia Pacific (Seoul), Asia Pacific (Sydney), Asia Pacific (Singapore), China (Beijing), China (Ningxia), and GovCloud (US) AWS regions.

response = client.copy_image(
    ClientToken='string',
    Description='string',
    Encrypted=True|False,
    KmsKeyId='string',
    Name='string',
    SourceImageId='string',
    SourceRegion='string',
    DryRun=True|False
)
yaroslavvb commented 6 years ago

For now sticking with pytorch.imagenet.source.v7 which is available in 3 regions. Any replication must also make images public