We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We want to add the Website-backend staging public key in parameter store. so we can use it to validate the Token received in request
Step1: Visit select region us-east-1 as staging is hosted in that region
us-east-1
Step2: Click on create parameter
Step3: Add the name publickey
publickey
scroll down and the public key value and keep the option as in screenshot:
click on the create parameter
create parameter
Step 1: Visit IAM and click on policies and then click on create policy
create policy
Step2: Select system manager and then select a get parameter permission from the list
system manager
get parameter
Step3: select resource and select add resource
Step4: Click on next and on next page enter the name of the policy
Step5: Click on create policy
Step1: Visit IAM and click on roles in the sidebar
roles
Step2: Select the staging lambda role
staging lambda role
Step3: then click on add permission and then attached policies in the dropdown
add permission
attached policies
Step4: then select the policy we created above and click on add permissions
add permissions
Repeat this steps for all the lambda roles
The text was updated successfully, but these errors were encountered:
prakashchoudhary07
No branches or pull requests
Steps to add RDS Public Key in parameter store.
We want to add the Website-backend staging public key in parameter store. so we can use it to validate the Token received in request
Step1:
Visit select region
us-east-1
as staging is hosted in that regionStep2:
Click on create parameter
Step3:
Add the name
publickey
scroll down and the public key value and keep the option as in screenshot:
click on the
create parameter
add permission of this public key to all the lambdas
Step 1: Visit IAM and click on policies and then click on
create policy
Step2:
Select
system manager
and then select aget parameter
permission from the listStep3: select resource and select add resource
Step4: Click on next and on next page enter the name of the policy
Step5: Click on
create policy
Attached this created policy to the lambda roles
Step1: Visit IAM and click on
roles
in the sidebarStep2: Select the
staging lambda role
Step3: then click on
add permission
and thenattached policies
in the dropdownStep4: then select the policy we created above and click on
add permissions
Repeat this steps for all the lambda roles
The text was updated successfully, but these errors were encountered: