•  ru
ShellHacks
Command-Line Tips and Tricks

aws

  • Blog

AWS CLI: S3 Versioning – List|Get Objects

Posted on Friday October 2nd, 2020Tuesday October 6th, 2020by admin

Amazon S3 has a built-in versioning solution (can be enabled in the bucket’s properties tab), that helps to track all the changes that me make to the files hosted in an S3 bucket. In this note i will show how to list all the versions of an object (file) stored in an S3 bucket and […]

Read More
No comments yet
  • Blog

AWS CLI: SSL Validation Failed – [SOLVED]

Posted on Tuesday September 29th, 2020by admin

Once you run some command in the AWS CLI, for example aws s3 ls, you may get the error as follows: SSL validation failed for <endpoint_url> [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed To workaround the issue you can add the –no-verify-ssl option to the AWS CLI: $ aws s3 ls –no-verify-ssl But this is not secure […]

Read More
No comments yet
  • Blog

AWS CLI: Install AWS CLI – Ubuntu Linux

Posted on Sunday September 27th, 2020by admin

The AWS CLI is a tool for managing the AWS services from the command-line. The easiest way to install the AWS CLI on Ubuntu is to get it from the official repository but the version you will get will be much older than the latest one. In this note i will show how to install […]

Read More
No comments yet
  • Blog

AWS CLI: S3 `ls` – List Buckets & Objects (Contents)

Posted on Thursday September 24th, 2020Thursday September 24th, 2020by admin

Amazon Simple Storage Service (S3) stores data as objects within resources called buckets. Each Amazon S3 object consist of a key (file name), data and metadata that describes this object. Amazon S3 lets you store and retrieve data via API over HTTPS using the AWS command-line interface (CLI). In this note i will show how […]

Read More
No comments yet

Tags

access-control anonymity ansible apache archive artifactory aws bash boot cmd command-line curl dns docker encryption git java jenkins kubernetes linux mail mongodb mysql network nmap openssl oracle password pdf performance powershell prometheus proxy python rabbitmq raspberry pi redis ssh systemd telnet text-processing tor tsm windows yum
  • Twitter
  • RSS
Privacy
Copyright © 2011-2020 | www.ShellHacks.com
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok