on 2022 Jul 20 7:28 PM
Hello,
I am trying to create an instance of the "SAP BW/4HANA 2021 including BW/4HANA Content 2.0 SP08 - Dev Edition" appliance. After starting the creation of the instance, the instance is terminated.
It happened with all appliances I am trying to create.
What can I do to create a instance of this appliance?
With best regards.
Hi Teimur,
I guess your AWS IAM user is missing some KMS-related permissions. I would suggest that you follow this link https://caldocs.hana.ondemand.com/caldocs/help/AWS_FAQs.pdf and check section "How to configure your IAM user?". You should have the following inline policy configured:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"kms:Decrypt",
"kms:Encrypt",
"kms:ReEncryptFrom",
"kms:ReEncryptTo",
"kms:DescribeKey",
"kms:CreateGrant",
"kms:GenerateDataKeyWithoutPlaintext"
],
"Resource": [
"*"
]
}
]
}
Regards,
Ivan Mitov
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
67 | |
8 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.