0 votes
in AWS Access Management by
How do I create a customer managed policy?

1 Answer

0 votes
by
You can use the visual editor or the JSON editor in the IAM console. The visual editor is a point-and-click editor that guides you through the process of granting permissions in a policy without requiring you to write the policy in JSON. You can create policies in JSON by using the CLI and SDK.
...