amazon web services - Virtualmin, Route53, and AssumeRole error when managing DNS from CLI - Stack Overflow
- c - Solaris 10 make Error code 1 Fatal Error when trying to build python 2.7.16 - Stack Overflow 推荐度:
- javascript - How to dismiss a phonegap notification programmatically - Stack Overflow 推荐度:
- javascript - Get the JSON objects that are not present in another array - Stack Overflow 推荐度:
- javascript - VS 2015 Angular 2 import modules cannot be resolved - Stack Overflow 推荐度:
- javascript - Type 'undefined' is not assignable to type 'menuItemProps[]' - Stack Overflow 推荐度:
- 相关推荐
I have a Rocky Linux server local in my home, set up with Virtualmin to manage websites, DNS, etc. One of the features of Virtualmin is that it can manage DNS on remote services, such as Route53, using an API and the proper keys.
I have Route53 set up, and a user "Virtualmin" created, with keys and with the permissions for Route53FullAccess assigned. On my Linux server, I have the AWS CLI environment configured with the keys for this user. When I tested the UI in Virtualmin, I got an error "Invalid Credentials", so I decided to take a step back and test from the command line first, before getting to the UI itself.
From the CLI, when I run the command "aws route53 list-hosted-zones" I get the following error:
root@www:~# aws route53 list-hosted-zones
An error occurred (AccessDenied) when calling the AssumeRole operation: User: arn:aws:iam::(account):user/Virtualmin is not authorized to perform: sts:AssumeRole on resource: arn:aws:iam::(account):user/Virtualmin
I did search on this, and I see several related issues, but most of them reference services other than Route53, and I can't find the corresponding services to set up trusts / permissions for this function.
What steps do I need to take to allow the account "Virtualmin" to make calls from my home server to Route53, to be able to manage my DNS? I am specifically looking for what roles, permissions, etc. to use since the other guides I have found do not specify which ones are needed for Route53, only other services like S3.
- 谷歌强推安卓8.0系统:明年所有APP都必须支持
- 微软苹果和谷歌引导:硬件触控化或是大趋势
- 传言成真:微软宣布以72亿美元收购诺基亚手机部门
- 移动互联网屡败屡战 鲍尔默打通微软墙
- flutter - Alert + Data FCM message does not always trigger FirebaseMessaging.onMessage on iOS - Stack Overflow
- unity game engine - After commit to git, all gameobjects loose their assets - Stack Overflow
- Laravel Livewire Pagination is not responsive - Stack Overflow
- vue.js - single pages doesn't work when i moved them to app component - Stack Overflow
- Trouble installing homebrew with ansible playbook, linux client and host nodes - Stack Overflow
- java - Handling order Id In OMS system on application level - Stack Overflow
- c++ - Camera is tilting when trying to rotate quaternion - Stack Overflow
- javascript - How to play HLS live-stream from the end with Bitmovin player - Stack Overflow
- javascript - Why Does Putting a Custom HTML Element Inside Another Leaves the Second Hidden? - Stack Overflow
- javascript - Firebase Auth link - Problem with the Google login, no possibility to change to own project name - Stack Overflow
- javascript - How to Upload an Image to Supabase Storage and Store the Public URL in a Form Using Zod and React Hook Form in Next
- zip - Download and unzip file from URL with Github Action - Stack Overflow
- java - Getting FATAL: password authentication failed for user "postgres" in spring-boot project - Stack Overfl