Blog Section
-
Recent Posts
Recent Comments
Archive
- May 2022
- February 2022
- April 2021
- January 2021
- December 2020
- November 2020
- July 2020
- June 2020
- March 2020
- February 2020
- December 2019
- October 2019
- July 2019
- November 2018
- June 2018
- February 2018
- December 2017
- October 2017
- September 2017
- January 2017
- December 2015
- November 2015
- June 2013
- March 2013
- November 2012
- April 2012
- March 2012
Categories
Tags
- Alignment
- Apple
- Apple Mail
- aws
- Chroma Caps
- Damper
- DevOps
- Docker
- Driver
- Fix
- Formula
- German
- Hinge
- iMac
- iOS
- iPad
- iPhone
- Keynote
- kops
- Korg
- kubernetes
- LaTeX
- Mac
- MacBook
- MacOS
- MIDI
- Minilogue XD
- Monologue
- Monterrey
- Repair
- Roland
- Roland XV-5050
- Rotary Encoder
- Secret
- Swarm
- Synth
- Universal Clipboard
- Upgrade
- USB
- Utrusta
- Värde
- XV-5050
- XV3080
- XV5080
Tag Archives: aws
EBS Default Encryption Enables Launching Encrypted Instances From Unencrypted AMI Snapshots
Previously (before end of May 2019), you had to encrypt the snapshot backing an AMI if you wanted to launch an instance with encrypted root volumes. This had some consequences for sharing AMIs: not only had AMIs to be shared … Continue reading
AWS IAM Version and SID traps
In a IAM policy JSON, if you omit the version string, you are heading for trouble: If you do not include a Version element, the value defaults to 2008-10-17, but newer features, such as policy variables, will not work with … Continue reading
Using kops and AWS Bastion Hosts Correctly
You have correctly provisioned your AWS infrastructure using AWS Bastion Quickstart or with kops and want to connect to your private instances using the bastion hosts. First some principles: Terminate your bastion host after using it (set autoscaling to 0). … Continue reading
Posted in DevOps
Tagged aws, kops, kubernetes
Comments Off on Using kops and AWS Bastion Hosts Correctly