Standardize on one account id (123456789012).
This commit is contained in:
parent
e9e49c5916
commit
5f3fbff627
6 changed files with 16 additions and 16 deletions
|
|
@ -100,7 +100,7 @@ DESCRIBE_IMAGES_RESPONSE = """<DescribeImagesResponse xmlns="http://ec2.amazonaw
|
|||
<imageId>{{ image.id }}</imageId>
|
||||
<imageLocation>amazon/getting-started</imageLocation>
|
||||
<imageState>{{ image.state }}</imageState>
|
||||
<imageOwnerId>111122223333</imageOwnerId>
|
||||
<imageOwnerId>123456789012</imageOwnerId>
|
||||
<isPublic>{{ image.is_public_string }}</isPublic>
|
||||
<architecture>{{ image.architecture }}</architecture>
|
||||
<imageType>machine</imageType>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue