前提・実現したいこと
Ansible(AWX)にて、IAMユーザーのアクセスキー、シークレットキーを用いて
AWSリソース操作をおこないたいです。
実現したい例
- ALBターゲットグループに対し、ぶら下がっているターゲットノードの付け替え
- ALBリスナールールに対する変更操作 (メンテナンス掲出)
発生している問題・エラーメッセージ
Ansible(AWX)からのジョブ実行時に以下文言が発生し
オフィシャルドキュメントや、Q/Aサイトを漁り確認するも、原因解決に至ってません。
{ "msg": "The elb_target_group module requires a region and none was found in configuration, environment variables or module parameters", "invocation": { "module_args": { "state": "present", "name": "sample-alb-target-group", "protocol": "http", "port": 80, "vpc_id": "vpc-XXXXXXXX", "health_check_protocol": "http", "health_check_path": "/health_check", "health_check_interval": 10, "health_check_timeout": 5, "healthy_threshold_count": 2, "unhealthy_threshold_count": 2, "deregistration_delay_timeout": 0, "successful_response_codes": "200", "debug_botocore_endpoint_logs": false, "validate_certs": true, "modify_targets": true, "purge_tags": true, "stickiness_type": "lb_cookie", "tags": {}, "target_type": "instance", "wait_timeout": 200, "wait": false, "ec2_url": null, "aws_secret_key": null, "aws_access_key": null, "security_token": null, "profile": null, "region": null, "health_check_port": null, "stickiness_enabled": null, "stickiness_lb_cookie_duration": null, "targets": null } }, "_ansible_no_log": false, "changed": false }
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。