You are using for sure agile methods to manage your infrastructure or deploy code on your application-systems and maybe running automatically patch-management on them.
AWS EC2-instances can be also automated and this can happen at the creation point of each single instance.
Switch from bash to zsh
Over last six years I used bash-it framework on my MAC OS X system on my work and was really happy with the flexibility.
Only the performance was getting over the time very bad.
Sometimes I had to wait ~3 seconds for a new session or terminal window.
I have also to say, my bash-environment was overloaded with different sources, checks and autocompletions, which are triggered by .bash_profile…
Amazon EC2 Instance Meta Data
AWS provides by default over the Link-local address a kind of micro-service-endpoint for Meta Data retrievement, which can be reached from a running instance by curl or any other tool.
Main goal of this endpoint, to provide AWS related information without having access to the AWS-console or AWS-command line interface.
[Read more…]Nextcloud trash shown as empty
For sure I run into a nextcloud server side bug again.
I deleted over the last year a lot of things in my nextcloud account as well as other users, which are running in the same instance.
One day, I looked into my Trash(Deleted files) and it was empty:
That is not real and not possible, I thought.
AWS from the command line
If you are reading this post, nearly for sure, you have an AWS account.
The most default way to interact with the AWS products is over the Web AWS console, which is reachable over https://signin.aws.amazon.com
There are some other ways to access your AWS products like EC2 or S3 over the command line from any system or distribution of your choice.
- « Previous Page
- 1
- …
- 4
- 5
- 6
- 7
- 8
- …
- 74
- Next Page »