Coder Social home page Coder Social logo

awsclassroom's Introduction

AWSClassRoom

ClassRoom md files

awsclassroom's People

Contributors

shaikkhajaibrahim avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

awsclassroom's Issues

connecting EC2 machine

I con't connect to the ec2 machine by getting session time out error. how can it resolve
Screenshot (11)

ec2 login issue

while i am trying login ec2 in my vpc im getting the error saying that request timed out
i have checked the security groups,internetgateway connection,routetableconnection and total vpc network entire network is fine please help me in this

Template validation error: Invalid template resource property 'name'

i create a stack
iam getting template validation error
that error is ->Template validation error: Invalid template resource property 'name'

my code is

{
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "cf feb 2019",
"Resources": {
"ourvpc": {
"name": "AWS::EC2::VPC",
"Type": "Aws",
"Properties": {
"CidrBlock": "10.0.0.0/16",
"Tags": [
{
"Key": "awsvpc",
"Value": "overall"
}
]
}
}
}
}

rds creation using aws cli

An error occurred (InvalidVPCNetworkStateFault) when calling the CreateDBInstance operation: A VPC associated with the DB subnet group default does not exist. . Update the DB subnet group and try again

Using NACL, not able to connect from Appserver to DBserver

Hello all,

As per the exercise for AWS class on 5th August, to setup 3 servers : Webserver > Appserver > DBserver and using NACL allow inbound connections from web to app and then app to DB finally. I am having issues in connecting from Appserver to DBserver and getting below error.
Error :
ssh: connect to host 192.168.3.230 port 22: Connection timed out

CIDR IP
Webserver : 192.168.1.0/24
Appserver : 192.168.2.0/24
DBserver : 192.168.3.0/24

Also checked port 22 is open from security group

DBsubnet NACL :
image

Please help me not sure what's wrong here ?

error in vagrant up

lient
PS C:\sai\vmsformigration\centos7> vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
There was an error while executing VBoxManage, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["list", "hostonlyifs"]

Stderr: VBoxManage.exe: error: Failed to create the VirtualBox object!
VBoxManage.exe: error: The object is not ready
VBoxManage.exe: error: Details: code E_ACCESSDENIED (0x80070005), component VirtualBoxClientWrap, interface IVirtualBoxC
lient

Hi

Hi
shaikkhajaibrahim, sorry by the questions, I'm Systems Engenier, starting
in DevOps World because i'm applying for a scholarship place in a company
in Spain, so I've been required to do this following Challenge, which have
1 week as a deadline
2. Code Challenge
The tasks to be performed are the following:

● Generation of the node server using the swagger available at
https://s3-eu-west-1.amazonaws.com/mmi-codechallenge/swagger-users-v1.json
● Installing said server on an AWS machine
● Configure machine self-scaling and monitoring.
● Generation of a stress test script (using jmeter, postman or SOAPUi) to
verify that the machine scales.
● Sending the results.

On the other hand, it will be valued:

  1. Installing the code using a ci (Continuous Integration) server (for
    example, gitlab).
  2. Use of the AWS API for machine creation (use cloudformation).
  3. Use of technologies as ansible.

The development time is one week but much better if you can send it to us
before.

  1. Delivery
    It must be delivered:
  1. Url with the application deployed.
  2. Results of stress tests and jmeter.
  3. Code used to deploy or generate the infrastructure.
  4. Postman test

In this Way, I started to research last saturday, learning some concepts
about APIs, AWS services, Cloud Formatión, Js, Node js and so on, but I
believe that the key is experience which in my case is limited or nothing,
just for youtube videos or tutorial.

Finally, I'll be strongly gratefull to you, if you could give son guiandce
or avise.

greetings,

Jim Dios

El mar., 17 sept. 2019 a las 13:53, shaikkhajaibrahim (<
[email protected]>) escribió:

Hi Bryan,
you have to strictly follow the syntax mentioned in
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html
I see some extra key elements. This will not be processed by amazon
cloudformation


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/asquarezone/AWSClassRoom/issues/1?email_source=notifications&email_token=AK5WH2ESR4EEX4IJ3MK3DC3QKDAL7A5CNFSM4GUC5UE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD64IRCI#issuecomment-532187273,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AK5WH2H7ZZJSE6TIN42DZ5DQKDAL7ANCNFSM4GUC5UEQ
.

Originally posted by @jbryan3091 in #1 (comment)

vagrant up --provider hyperv

vagrant up --provider hyperv
Bringing machine 'default' up with 'hyperv' provider...
==> default: Verifying Hyper-V is enabled...
==> default: Verifying Hyper-V is accessible...
==> default: Importing a Hyper-V instance
default: Creating and registering the VM...
An error occurred while executing a PowerShell script. This error
is shown below. Please read the error message and see if this is
a configuration error with your system. If it is not, then please
report a bug.

Script: import_vm.ps1
Error:

'centos-7-1-1.x86_64' failed to add resources to 'centos-7-1-1.x86_64'.

An unexpected error occurred: Provider is not capable of the attempted operation (0x80041024).

'centos-7-1-1.x86_64' failed to add resources. (Virtual machine ID 4F11FA09-E3E0-4AC4-AA84-71FCE740B12D)

'centos-7-1-1.x86_64' encountered an unexpected error: Provider is not capable of the attempted operation (0x80041024). (Virtual machine ID 4F11FA09-E3E0-4AC4-AA84-71FCE740B12D)

VPC CLI issue

An error occurred (VpcLimitExceeded) when calling the CreateVpc operation: The maximum number of VPCs has been reached.

Plz help me out

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.