mandatoryAccounts:
- name: Management
description: >-
The management (primary) account. Do not change the name field for this
mandatory account. Note, the account name key does not need to match the
-------------------------- --------------------------
| Account 111122223333 | | Account 999988887777 |
| OrgId: o-aaa1111aaa | | OrgId: o-bbb2222bbb |
| Region: eu-west-1 | | Region: eu-west-1 |
| | | |
| --------------- | | --------------- |
| | functionA |<--------------2-| functionB | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
PROFILE=$1 | |
REGION=eu-west-1 | |
if [[ -z PROFILE ]]; then | |
echo "Usage: ./clean-account.sh PROFILE" | |
exit 1 | |
fi | |
echo "Starting to clean up account for profile $PROFILE" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>Animated List Items in Bootstrap</title> | |
<!-- Bootstrap --> | |
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Tips | |
## Sub inside ImportValue | |
Fn::ImportValue: | |
Fn::Sub: | |
- string-${type} | |
- { type: 'variable' } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
query IntrospectionQuery { | |
__schema { | |
queryType { name } | |
mutationType { name } | |
subscriptionType { name } | |
types { | |
...FullType | |
} | |
directives { | |
name |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"AWSAccountActivityAccess": { | |
"Arn": "arn:aws:iam::aws:policy/AWSAccountActivityAccess", | |
"AttachmentCount": 0, | |
"CreateDate": "2015-02-06T18:41:18+00:00", | |
"DefaultVersionId": "v1", | |
"Document": { | |
"Statement": [ | |
{ | |
"Action": [ |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm info it worked if it ends with ok | |
npm verb cli [ 'C:\\Program Files\\nodejs\\node.exe', | |
npm verb cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js', | |
npm verb cli 'install', | |
npm verb cli '-ddd', | |
npm verb cli 'node-sass' ] | |
npm info using [email protected] | |
npm info using [email protected] | |
npm sill loadCurrentTree Starting | |
npm sill install loadCurrentTree |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> [email protected] install D:\temp\sasstest\node_modules\node-sass | |
> node scripts/install.js | |
Start downloading binary at https://github.com/sass/node-sass/releases/download/v3.11.2/win32-x64-48_binding.node | |
> [email protected] postinstall D:\temp\sasstest\node_modules\node-sass | |
> node scripts/build.js | |
Building: C:\Program Files\nodejs\node.exe D:\temp\sasstest\node_modules\node-gyp\bin\node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library= |