GBBarret

About

Journal

Portfolio
  • About

  • Skills

  • Blog

  • Contact

  • Appearance
  • Download Resume
Insights & Perspectives

Technical Journal

January 4, 2021

deleting or emptying a s3 bucket

in some case like in initilization script, you might need to delete a aws s3 bucket, or delete the content of this bucket. in my case, i need to do it in comand line. but it's also possible to do it on the web console, or wich java program.

Read Article
February 17, 2020

Gitlab pipeline deploy spring boot to AWS elastic beanstalk

On this article we will see how to deploy a spring boot application on AWS elastic beanstalk with gitlab pipeline.

Read Article
January 3, 2020

GIT tips and trick

Git can be hard to master. As i mostly use it by command line, I not really use any GUI expect the one integrated with my IDE, I will list the different trick I use time to time. I write them down here so it's will be easiest to myself to find them later.

Read Article
April 28, 2019

How to sync a folder to AWS S3

I recently have so sync a static website to AWS S3. I was looking how to sync a folder to aws s3 by a simple comand. On this topic i will not cover how to create a S3 bucket. I will only focus on how to sync the folder on linux.

Read Article