{"tool":"aws","tool_display":"Aws","intent":"create-dev-endpoint","intent_display":"create dev endpoint","title":"Aws Command: create dev endpoint","command_string":"aws glue create-dev-endpoint --endpoint-name <name> --role-arn <role_arn_used_by_endpoint>","raw_command_string":"aws glue create-dev-endpoint --endpoint-name {{name}} --role-arn {{role_arn_used_by_endpoint}}","description":"Exact CLI syntax to create dev endpoint using Aws.","usage_scenario":"When preparing an environment for data development and ETL job testing.","scenario_context":"Creating dev endpoints streamlines testing and debugging for ETL jobs in AWS Glue.","simulated_output":"Successfully created development endpoint:\n\nEndpoint Name   | Endpoint ARN                                       | Status\n----------------|---------------------------------------------------|---------\nmy-dev-endpoint | arn:aws:glue:us-west-2:123456789012:endpoint/my-dev-endpoint | READY","how_to_steps":["Run the command: aws glue create-dev-endpoint --endpoint-name my-dev-endpoint --role-arn arn:aws:iam::123456789012:role/MyGlueRole","Verify the creation: aws glue get-dev-endpoint --endpoint-name my-dev-endpoint"],"inferred_category":"Cloud Infrastructure","canonical_url":"https://www.syntaxstandard.com/aws/create-dev-endpoint"}