[ 
https://issues.apache.org/jira/browse/IGNITE-3293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15370335#comment-15370335
 ] 

Ilya Suntsov edited comment on IGNITE-3293 at 7/11/16 7:54 AM:
---------------------------------------------------------------

Igor,

That all that contains my bucket. There isn't logs directory.
Amazon Linux image is public and it is default aws image. I also got error when 
tried to get information about this image:
{noformat} 
aws ec2 describe-images --image-ids ami-6869aa05
A client error (InvalidAMIID.NotFound) occurred when calling the DescribeImages 
operation: The image id '[ami-6869aa05]' does not exist
{noformat}
because in different regions AMI has different ids.
In us-east-1 it's "ami-6869aa05":
{noformat}
aws ec2 describe-images --image-ids "ami-6869aa05" --region us-east-1
{
    "Images": [
        {
            "CreationDate": "2016-06-22T06:10:37.000Z",
            "OwnerId": "137112412989",
            "ImageId": "ami-6869aa05",
            "State": "available",
            "VirtualizationType": "hvm",
            "ImageLocation": "amazon/amzn-ami-hvm-2016.03.3.x86_64-gp2",
            "ImageType": "machine",
            "SriovNetSupport": "simple",
            "RootDeviceName": "/dev/xvda",
            "Name": "amzn-ami-hvm-2016.03.3.x86_64-gp2",
            "Description": "Amazon Linux AMI 2016.03.3 x86_64 HVM GP2",
            "ImageOwnerAlias": "amazon",
            "RootDeviceType": "ebs",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "VolumeType": "gp2",
                        "DeleteOnTermination": true,
                        "Encrypted": false,
                        "SnapshotId": "snap-25dd2ac1",
                        "VolumeSize": 8
                    }
                }
            ],
            "Architecture": "x86_64",
            "Hypervisor": "xen",
            "Public": true
        }
    ]
}

 {noformat}


in us-west-2 - "ami-7172b611" :

{noformat}
aws ec2 describe-images --image-ids "ami-7172b611" --region us-west-2
{
    "Images": [
        {
            "Name": "amzn-ami-hvm-2016.03.3.x86_64-gp2",
            "VirtualizationType": "hvm",
            "RootDeviceName": "/dev/xvda",
            "Architecture": "x86_64",
            "OwnerId": "137112412989",
            "ImageLocation": "amazon/amzn-ami-hvm-2016.03.3.x86_64-gp2",
            "State": "available",
            "RootDeviceType": "ebs",
            "ImageOwnerAlias": "amazon",
            "Hypervisor": "xen",
            "CreationDate": "2016-06-22T09:19:44.000Z",
            "ImageId": "ami-7172b611",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "SnapshotId": "snap-d465048a",
                        "VolumeType": "gp2",
                        "VolumeSize": 8,
                        "Encrypted": false,
                        "DeleteOnTermination": true
                    }
                }
            ],
            "Public": true,
            "SriovNetSupport": "simple",
            "ImageType": "machine",
            "Description": "Amazon Linux AMI 2016.03.3 x86_64 HVM GP2"
        }
    ]
}

{noformat}

You can find this image (Amazon Linux AMI 2016.03.3 (HVM), SSD Volume Type) in 
EC2->Launch instances->Quick start section.


was (Author: ustas):
Igor,

That all that contains my bucket. There isn't logs directory.
Amazon Linux image is public and it is default aws image. I also got error when 
tried to get information about this image:
{noformat} 
aws ec2 describe-images --image-ids ami-6869aa05
A client error (InvalidAMIID.NotFound) occurred when calling the DescribeImages 
operation: The image id '[ami-6869aa05]' does not exist
{noformat}
because in different regions AMI has different ids.
In us-east-1 it's "ami-6869aa05":
{noformat}
aws ec2 describe-images --image-ids "ami-6869aa05" --region us-east-1
{
    "Images": [
        {
            "CreationDate": "2016-06-22T06:10:37.000Z",
            "OwnerId": "137112412989",
            "ImageId": "ami-6869aa05",
            "State": "available",
            "VirtualizationType": "hvm",
            "ImageLocation": "amazon/amzn-ami-hvm-2016.03.3.x86_64-gp2",
            "ImageType": "machine",
            "SriovNetSupport": "simple",
            "RootDeviceName": "/dev/xvda",
            "Name": "amzn-ami-hvm-2016.03.3.x86_64-gp2",
            "Description": "Amazon Linux AMI 2016.03.3 x86_64 HVM GP2",
            "ImageOwnerAlias": "amazon",
            "RootDeviceType": "ebs",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "VolumeType": "gp2",
                        "DeleteOnTermination": true,
                        "Encrypted": false,
                        "SnapshotId": "snap-25dd2ac1",
                        "VolumeSize": 8
                    }
                }
            ],
            "Architecture": "x86_64",
            "Hypervisor": "xen",
            "Public": true
        }
    ]
}

 {noformat}


in us-west-2 - "ami-7172b611" :

{noformat}
aws ec2 describe-images --image-ids "ami-7172b611" --region us-west-2
{
    "Images": [
        {
            "Name": "amzn-ami-hvm-2016.03.3.x86_64-gp2",
            "VirtualizationType": "hvm",
            "RootDeviceName": "/dev/xvda",
            "Architecture": "x86_64",
            "OwnerId": "137112412989",
            "ImageLocation": "amazon/amzn-ami-hvm-2016.03.3.x86_64-gp2",
            "State": "available",
            "RootDeviceType": "ebs",
            "ImageOwnerAlias": "amazon",
            "Hypervisor": "xen",
            "CreationDate": "2016-06-22T09:19:44.000Z",
            "ImageId": "ami-7172b611",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "SnapshotId": "snap-d465048a",
                        "VolumeType": "gp2",
                        "VolumeSize": 8,
                        "Encrypted": false,
                        "DeleteOnTermination": true
                    }
                }
            ],
            "Public": true,
            "SriovNetSupport": "simple",
            "ImageType": "machine",
            "Description": "Amazon Linux AMI 2016.03.3 x86_64 HVM GP2"
        }
    ]
}

{noformat}

You can find this image (Amazon Linux AMI 2016.03.3 (HVM), SSD Volume Type) in 
EC2->Launch instances->Quick start.

> AWS bootstrap scripts patch for Ignite-Cassandra 
> -------------------------------------------------
>
>                 Key: IGNITE-3293
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3293
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>    Affects Versions: 1.6, 1.7
>            Reporter: Igor Rudyak
>            Assignee: Nikolay Tikhonov
>         Attachments: aws-linux-fail.zip, logs-cassandra-ignite.zip
>
>
> New version of AWS bootstrap script having:
> 1) Gaglia monitoring
> 2) Allows to manually trigger tests execution multiple times on the same 
> ifstastructure



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to