Open yaroslavvb opened 6 years ago
@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
Maybe rename to dlami_aug18, to indicate that this was based on DLAMI/PyTorch source built from aug