Skip to content

Launch policy defined twice - each different #7

@robsyme

Description

@robsyme

The launch policy looks to be defined twice:

once in launch/launch-policy.json:

"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"batch:DescribeJobQueues",

and once in forge/forge-policy.json (this json document contains both the forge policy and the second launch policy:

"Sid": "TowerLaunch0",
"Effect": "Allow",
"Action": [
"s3:Get*",
"s3:List*",

There are differences between the two launch policies:
image

Is there any benefit in defining the launch policy in forge/forge-policy.json? Perhaps it would be best to remove it and rely on just the one copy in launch/launch-policy.json.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions