added aws

This commit is contained in:
= 2024-06-20 12:47:52 -06:00
parent e4c5e0ddfc
commit c7d1799397
3 changed files with 43 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
neovim/.config/nvim/lazyvim.json
neovim/.config/nvim/lazy-lock.json
cache/

41
aws/.aws/config Normal file
View File

@ -0,0 +1,41 @@
[default]
region = us-east-1
output = table
## Lucidpoint
[sso-session Lucidpoint]
sso_start_url = https://lucidpoint.awsapps.com/start
sso_region = us-east-1
sso_registration_scopes = sso:account:access
[profile lp-errol-lab]
sso_session = Lucidpoint
sso_account_id = 180918118912
sso_role_name = AdministratorAccess
region = us-east-1
output = table
[profile lp-mpa]
sso_session = Lucidpoint
sso_account_id = 555581481687
sso_role_name = AdministratorAccess
region = us-east-1
output = table
## Anchor Power
[sso-session Anchor]
sso_start_url = https://yesenergy.awsapps.com/start
sso_region = us-east-1
sso_registration_scopes = sso:account:access
[profile anchor-encompass-dev]
sso_session = Anchor
sso_account_id = 708195244295
sso_role_name = AWSAdministratorAccess
region = us-east-1
output = table

@ -1 +1 @@
Subproject commit 0c9b42a863778d67aee22bbd43f296110fe1f047
Subproject commit 8908e6d7207223d876b9a74f0be0f0ebb01b361f