Skip to content

How to use AWS Glue where console access is not allowed?

0

How to build AWS Glue ETL Jobs or Data Quality Jobs, if access to console is not allowed as per company policy. Does not having AWS Console access defeats the purpose AWS Glue? What features cannot be done through the APIs that may be done through the AWS Console?

asked 2 years ago278 views
2 Answers
0

Technically you can do almost everything using the AWS CLI or boto3 but obviously for visual features it's much harder to do.
The visual features is just one aspect of Glue ETL, the core is the runtime engine.
What I would do is create it using a dev/individual account and then replicate it using the API (or ideally CDK) on the production accounts.

AWS
EXPERT
answered 2 years ago
EXPERT
reviewed 2 years ago
0

I would recommend using Interactive Sessions

Besides not needing console access, you also get a better dev experience (imo).

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.