diff --git a/cloudify_aws/ec2/tests/test_image.py b/cloudify_aws/ec2/tests/test_image.py index 627aafbb..362dad84 100644 --- a/cloudify_aws/ec2/tests/test_image.py +++ b/cloudify_aws/ec2/tests/test_image.py @@ -50,8 +50,8 @@ def setUp(self): reload_module(image) self.image._describe_image_filters = \ {'Filters': { - 'name': 'CentOS 7.7.1908 x86_64 with cloud-init (HVM)', - 'owner-id': '057448758665'}} + 'name': 'CentOS7-cloudify-examples-image', + 'owner-id': '263721492972'}} def test_class_properties(self): effect = self.get_client_error_exception(name='EC2 Image') diff --git a/examples/ebs-feature-demo/ebs-to-ec2-instance.yaml b/examples/ebs-feature-demo/ebs-to-ec2-instance.yaml index 88c51550..0f369150 100644 --- a/examples/ebs-feature-demo/ebs-to-ec2-instance.yaml +++ b/examples/ebs-feature-demo/ebs-to-ec2-instance.yaml @@ -179,10 +179,10 @@ node_templates: Filters: - Name: owner-id Values: - - "057448758665" + - "263721492972" - Name: name Values: - - 'CentOS 7.7.1908 x86_64 with cloud-init (HVM)' + - 'CentOS7-cloudify-examples-image' key: type: cloudify.nodes.aws.ec2.Keypair diff --git a/examples/ec2-create-image-feature-demo/blueprint.yaml b/examples/ec2-create-image-feature-demo/blueprint.yaml index 89bbcd7f..d9bf49a7 100644 --- a/examples/ec2-create-image-feature-demo/blueprint.yaml +++ b/examples/ec2-create-image-feature-demo/blueprint.yaml @@ -22,12 +22,12 @@ inputs: ami_owner_filter: type: string description: The AWS AMI owner number. - default: '057448758665' + default: '263721492972' ami_name_filter: type: string description: The name of the AWS AMI in the AWS region. - default: 'CentOS 7.7.1908 x86_64 with cloud-init (HVM)' + default: 'CentOS7-cloudify-examples-image' instance_type: type: string diff --git a/examples/ec2-image-feature-demo/blueprint.yaml b/examples/ec2-image-feature-demo/blueprint.yaml index 8d60b588..62c27aae 100644 --- a/examples/ec2-image-feature-demo/blueprint.yaml +++ b/examples/ec2-image-feature-demo/blueprint.yaml @@ -21,12 +21,12 @@ inputs: ami_owner_filter: type: string description: The AWS AMI owner number. - default: '057448758665' + default: '263721492972' ami_name_filter: type: string description: The name of the AWS AMI in the AWS region. - default: 'CentOS 7.9.2009 - HVM' + default: 'CentOS7-cloudify-examples-image' dsl_definitions: diff --git a/examples/ec2-spot-fleet-request/blueprint.yaml b/examples/ec2-spot-fleet-request/blueprint.yaml index 8c035607..667d70e0 100644 --- a/examples/ec2-spot-fleet-request/blueprint.yaml +++ b/examples/ec2-spot-fleet-request/blueprint.yaml @@ -22,12 +22,12 @@ inputs: ami_owner_filter: type: string description: The AWS AMI owner number. - default: '057448758665' + default: '263721492972' ami_name_filter: type: string description: The name of the AWS AMI in the AWS region. - default: 'CentOS 7.7.1908 x86_64 with cloud-init (HVM)' + default: 'CentOS7-cloudify-examples-image' instance_type: type: string diff --git a/examples/ec2-spot-fleet-request/instance.yaml b/examples/ec2-spot-fleet-request/instance.yaml index 04bad5f1..25c37b64 100644 --- a/examples/ec2-spot-fleet-request/instance.yaml +++ b/examples/ec2-spot-fleet-request/instance.yaml @@ -22,12 +22,12 @@ inputs: ami_owner_filter: type: string description: The AWS AMI owner number. - default: '057448758665' + default: '263721492972' ami_name_filter: type: string description: The name of the AWS AMI in the AWS region. - default: 'CentOS 7.9.2009 - HVM' + default: 'CentOS7-cloudify-examples-image' instance_type: type: string diff --git a/examples/ec2-spot-instances-feature-demo/blueprint.yaml b/examples/ec2-spot-instances-feature-demo/blueprint.yaml index 773530b7..a367e7f8 100644 --- a/examples/ec2-spot-instances-feature-demo/blueprint.yaml +++ b/examples/ec2-spot-instances-feature-demo/blueprint.yaml @@ -22,12 +22,12 @@ inputs: ami_owner_filter: type: string description: The AWS AMI owner number. - default: '057448758665' + default: '263721492972' ami_name_filter: type: string description: The name of the AWS AMI in the AWS region. - default: 'CentOS 7.7.1908 x86_64 with cloud-init (HVM)' + default: 'CentOS7-cloudify-examples-image' instance_type: type: string diff --git a/examples/ec2-vpc-feature-demo/ipv6.yaml b/examples/ec2-vpc-feature-demo/ipv6.yaml index 627dec53..762baf22 100644 --- a/examples/ec2-vpc-feature-demo/ipv6.yaml +++ b/examples/ec2-vpc-feature-demo/ipv6.yaml @@ -38,12 +38,12 @@ inputs: ami_owner_filter: type: string description: The AWS AMI owner number. - default: '057448758665' + default: '263721492972' ami_name_filter: type: string description: The name of the AWS AMI in the AWS region. - default: 'CentOS 7.7.1908 x86_64 with cloud-init (HVM)' + default: 'CentOS7-cloudify-examples-image' dsl_definitions: diff --git a/examples/efs-feature-demo/blueprint.yaml b/examples/efs-feature-demo/blueprint.yaml index 680fb13d..0abb1df8 100644 --- a/examples/efs-feature-demo/blueprint.yaml +++ b/examples/efs-feature-demo/blueprint.yaml @@ -75,10 +75,10 @@ node_templates: Filters: - Name: name Values: - - 'CentOS 7.7.1908 x86_64 with cloud-init (HVM)' + - 'CentOS7-cloudify-examples-image' - Name: owner-id Values: - - '057448758665' + - '263721492972' client_config: *client_config instance: