AWS vpc creation problem on Mac OS X

84 views
Skip to first unread message

Arbab Nazar

unread,
Jan 19, 2016, 3:21:25 AM1/19/16
to Ansible Project
Hi,

I have a problem while creating aws vpc from mac os x but the exact same command/role is working from ubuntu.

Steps that I have already taken on Mac OS X:

- update the time using ntp
- upgrade the ansible to version 2
- downgrade the ansible to version 1.9.1,1.9.2,1.9.3 and 1.9.4
- boto version is 2.38.0

With all above changes, I am getting this error:

ansible-playbook -i inventory/hosts aws.yml -vvvv   
Using /Users/arbab/ansible2/aws/ansible.cfg as config file
1 plays in aws.yml

PLAY ***************************************************************************

TASK [vpc : Creating an AWS VPC inside mentioned Region] ***********************
task path: /Users/arbab/ansible2/aws/roles/vpc/tasks/main.yml:2
ESTABLISH LOCAL CONNECTION FOR USER: arbabnazar
127.0.0.1 EXEC ( umask 22 && mkdir -p "$( echo $HOME/.ansible/tmp/ansible-tmp-1453191395.76-205801730631196 )" && echo "$( echo $HOME/.ansible/tmp/ansible-tmp-1453191395.76-205801730631196 )" )
127.0.0.1 PUT /var/folders/rq/yhlwx3c971x6p88qwmvhpg600000gn/T/tmpoyL88U TO /Users/arbab/.ansible/tmp/ansible-tmp-1453191395.76-205801730631196/ec2_vpc
127.0.0.1 EXEC LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 /usr/bin/python /Users/arbab/.ansible/tmp/ansible-tmp-1453191395.76-205801730631196/ec2_vpc; rm -rf "/Users/arbab/.ansible/tmp/ansible-tmp-1453191395.76-205801730631196/" > /dev/null 2>&1
An exception occurred during task execution. The full traceback is:
Traceback (most recent call last):
  File "/Users/arbab/.ansible/tmp/ansible-tmp-1453191395.76-205801730631196/ec2_vpc", line 2867, in <module>
    main()
  File "/Users/arbab/.ansible/tmp/ansible-tmp-1453191395.76-205801730631196/ec2_vpc", line 700, in main
    (vpc_dict, new_vpc_id, subnets_changed, igw_id, changed) = create_vpc(module, vpc_conn)
  File "/Users/arbab/.ansible/tmp/ansible-tmp-1453191395.76-205801730631196/ec2_vpc", line 338, in create_vpc
    previous_vpc = find_vpc(module, vpc_conn, id, cidr_block)
  File "/Users/arbab/.ansible/tmp/ansible-tmp-1453191395.76-205801730631196/ec2_vpc", line 198, in find_vpc
    previous_vpcs = vpc_conn.get_all_vpcs(None, {'cidr': cidr, 'state': 'available'})
  File "/Library/Python/2.7/site-packages/boto/vpc/__init__.py", line 111, in get_all_vpcs
    return self.get_list('DescribeVpcs', params, [('item', VPC)])
  File "/Library/Python/2.7/site-packages/boto/connection.py", line 1186, in get_list
    raise self.ResponseError(response.status, response.reason, body)
boto.exception.EC2ResponseError: EC2ResponseError: 401 Unauthorized
<?xml version="1.0" encoding="UTF-8"?>
<Response><Errors><Error><Code>AuthFailure</Code><Message>AWS was not able to validate the provided access credentials</Message></Error></Errors><RequestID>2318e170-a400-499c-8713-4c0b3ec1850d</RequestID></Response>

fatal: [127.0.0.1]: FAILED! => {"changed": false, "failed": true, "invocation": {"module_name": "ec2_vpc"}, "parsed": false}

PLAY RECAP *********************************************************************
127.0.0.1                  : ok=0    changed=0    unreachable=0    failed=1

===============================================================================
TASK: vpc : Creating an AWS VPC inside mentioned Region ----------------- 1.64s

Arbab Nazar

unread,
Jan 21, 2016, 12:06:11 PM1/21/16
to Ansible Project
@Brain, your valuable feedback here please?

Arbab Nazar

unread,
Jan 25, 2016, 11:53:03 AM1/25/16
to Ansible Project
I have figured out that there was an AWS credentials inside my environment which was not valid. I run the env command to find this.


On Tuesday, January 19, 2016 at 1:21:25 PM UTC+5, Arbab Nazar wrote:
Reply all
Reply to author
Forward
0 new messages