Giter Club home page Giter Club logo

fall2022-ceg3120's Introduction

Hi there ๐Ÿ‘‹

You may know me as Kayleigh Duncan, Instructor at Wright State University

Pinned you'll find my projects & material used in courses I teach at WSU.

Check out Boffin Factory for informal student learning opportunities

fall2022-ceg3120's People

Contributors

pattonsgirl avatar

Stargazers

 avatar

Watchers

 avatar  avatar

fall2022-ceg3120's Issues

Project 3 - hints?

Here is a rather heavy hint for how to take on Project 3:

  1. Plan on making many stacks while you debug different pieces. I do not recommend changing everything in one go and crossing your fingers.
  2. When a stack is successfully created, a set of resources will now exist, just like when you manually created them. You can go look at them, just like when you created them, and check that things like Name have the right value.
    How to tackle some of the tasks:
  • You are asked to "Tag" each resource with a Key of Name and a Value of yourlastname-resource (just like when you did this manually). Do this first, test your cf template (create a stack), then go through the menus to check that resources have names.
  • I give 4 sample rules in the Security Group section. They are not all good rules. Two are good models since you are also trying to create rules specific to allowing SSH access from trusted places (within subnet / VPC, WSU IPs, and your home ip). Once you think you have good rules, build another stack, look at the securitygroup it created, determine if you were correct (these are the same three rules you manually set in Project 2)
  • Picking a private IP. In class, we did some CIDR exercises for midterm review. For one of them, we said what if network prefix was 10.0.0.0 and CIDR was /28, and worked through what range of IPs would be available. The one in the template is not valid was you set the subnet range to 10.0.0.0/28. If you think you got it, build a stack, check there was no error
  • Changing hostname and installing software: assuming creating your stack worked (and security group rules are valid), you should have an instance you can SSH in to. If the software installed, you can check its version. If not, something is wrong in your template, and you can use journalctl to find out what happened. Same with hostname change. This is software you installed for Discord bot and a namechange command you needed to do in Project 2. Rebuild stacks until the system is "right" when you SSH in.

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.