Skip to content
This repository was archived by the owner on Dec 28, 2017. It is now read-only.
This repository was archived by the owner on Dec 28, 2017. It is now read-only.

Unable to create new A aliases records #18

@alvmangi

Description

@alvmangi

Executing this:

conn = route53.connect(aws_access_key_id=config['AWS_ACCESS_KEY'], aws_secret_access_key=config['AWS_SECRET_KEY'])
zone = conn.get_hosted_zone_by_id(zone_aws)
zone.create_a_record(name=name, alias_hosted_zone_id=elb_hosted_zone_id, alias_dns_name=elb)

and, no matter how many arguments I pass I always receive this:

create_a_record() takes at least 3 arguments (4 given)

What could it be?

  Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions