AWS Workshop for Professionals – Janakpur

AWS Workshop for Professionals – Janakpur

Cloud Computing is quite a new concept in Nepal. It’s not been long that people have realized its benefits and started to use the services. As an advanced consulting partner of Amazon Web Services, Genese Solution has been supporting cloud computing, through AWS, for...
AWS Workshop for Entrepreneurs – Janakpur

AWS Workshop for Entrepreneurs – Janakpur

“Being an entrepreneur means to have an insatiable thirst for learning, evolving and creating. There is simply no one end goal.” On a personal level, I resonate with this quote. I’ve never met an entrepreneur who didn’t want to learn and grow...

AWS CLI using aws-shell

List all SSL certificates iam list-server-certificates Upload server certificate iam upload-server-certificate –server-certificate-name self-signed-cert –certificate-body file:///Users/anja9738/ssl/anj/3/my-certificate.pem –private-key...

Public key authentication on EC2-instances

Step 1: Create a key pair on your local linux server anjani@local-host$ ssh-keygen Generating public/private rsa key pair. Enter file in which to save the key (/home/anjani/.ssh/id_rsa):Enter key Enter passphrase (empty for no passphrase): Press enter key Enter same...

ec2-api tools

Installing aws-cli ***sudo apt-get install -y python-pip ***sudo pip install awscli Add your Access Key ID and Secret Access Key to$HOME/.aws-config using this format: *** sudo vi $HOME/.aws-config ***************************************************** [default]...