Skip to main content

LunaDefend Stack Resources

Print out the resources which have been deployed to the LunaDefend stack.

$ lunasec resources
Tokenizer URL: https://<gateway id>.execute-api.us-west-2.amazonaws.com/prod/
Tokenizer Secret ARN: arn:aws:secretsmanager:us-west-2:000000000000:secret:lunasec-tokenizersecret-xxx

Tables:
Keys Table: lunasec-keystable-xxx
Grants Table: lunasec-grantstable-xxx
Metadata Table: lunasec-metadatatable-xxx

You can supply --json to get a serialized dump of these resources:

$ lunasec resources --json
{
"metadatatableOutput": "lunasec-metadatatable-xxx",
"keystableOutput": "lunasec-keystable-xxx",
"sessionstableOutput": "lunasec-sessionstable-xxx",
"grantstableOutput": "lunasec-grantstable-xxx",
"tokenizersecretOutput": "arn:aws:secretsmanager:us-west-2:000000000000:secret:lunasec-tokenizersecret-xxx"
}