Browse through the questions and answers listed below or filter and sort to narrow down your results.
1
answers
0
votes
16
views
asked 16 days ago
2
answers
0
votes
8
views
asked 2 months ago
1
answers
0
votes
4
views
asked 2 months ago
1
answers
0
votes
26
views
asked 2 months ago
1
answers
0
votes
16
views
asked 2 months ago
1
answers
0
votes
8
views
asked 3 months ago
1
answers
0
votes
8
views
asked 3 months ago
1
answers
0
votes
17
views
asked 3 months ago
0
answers
0
votes
8
views
asked 3 months ago
2
answers
0
votes
63
views
asked 4 months ago
3
answers
0
votes
8
views
asked 4 months ago
1
answers
0
votes
8
views
asked 4 months ago
2
answers
0
votes
71
views
asked 4 months ago
1
answers
0
votes
33
views
asked 5 months ago
3
answers
0
votes
70
views
asked 6 months ago
AWS Backup in the Management Account
AWS Backup in AWS Organization can be managed only with the Management Account.
So, do we just need to create a role in this account, which can be assumed by any other account?
Are there limitations with this approach ?
Accepted AnswerAWS Organizations
1
answers
0
votes
7
views
asked a year ago
1
answers
0
votes
18
views
asked 2 years ago
Using company (corporate) card as primary payment means
We are transferring one of AWS accounts under a company's (organization's) account, and we plan to use corporate card to pay the AWS bills.
Company is based in Russian Federation. Should we expect any problems paying with corporate card:
- whether the taxes are added automatically to our bills
- whether such a card is accepted as payment means
- whether the base currency of RUR is OK with AWS
?
Thanks.
Accepted AnswerAWS Organizations
1
answers
0
votes
1
views
asked 2 years ago
Tagging policy at account level
I tried to define a tagging policy (for ec2 instance) at Org level and have attached to a child account. JSON looks something like below. I’m not able to see any tags after instance creation in the child account. However, if I try to manually add the tag for same key, it does evaluate as per the policy .
Say - I can define a tag with key as ‘Function’ and value as ‘Devops’ , I’m not allowed add a tag with other value with the Function as key . Is this the expected behaviour, any leads ?
{
"tags": {
"Function": {
"tag_key": {
"@@assign": "Function"
},
"tag_value": {
"@@assign": [
"Devops",
"DevOps"
]
},
"enforced_for": {
"@@assign": [
"ec2:elastic-ip",
"ec2:instance",
"ec2:volume"
]
}
},
"Name": {
"tag_key": {
"@@assign": "Name"
},
"enforced_for": {
"@@assign": [
"ec2:instance"
]
}
},
"Instance Owner": {
"tag_key": {
"@@assign": "Instance Owner"
},
"tag_value": {
"@@assign": [
"*example.com"
]
},
"enforced_for": {
"@@assign": [
"ec2:instance"
]
}
}
}
}
Accepted AnswerAWS Organizations
1
answers
0
votes
6
views
asked 2 years ago
Enforcing Tag Policies on existing instances
A customer is using tagging policies and enforcing them SCP, so that an instance can't run unless it's tagged with relevant required tags.
If they were to attach that SCP, currently triggered on ec2:RunInstances, to an account with already running instances and potentially untagged or tagged in a non-compliant way, what would happen? Would it stop the instances or only prevent them from restarting once stopped?
Accepted AnswerAWS Organizations
1
answers
0
votes
5
views
asked 2 years ago