diux-dev / cluster

train on AWS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make most recent AMI available in regions

yaroslavvb opened this issue · comments

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

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

currently pytorch.source.v6 is most recent

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

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
)

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