# arc **Repository Path**: mirrors_cisco/arc ## Basic Information - **Project Name**: arc - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # arc [![Build Status](https://travis-ci.org/cisco/arc.svg?branch=master)](https://travis-ci.org/cisco/arc) [![License](https://img.shields.io/badge/License-BSD%202--Clause-blue.svg)](https://opensource.org/licenses/BSD-2-Clause) [![GoDoc](https://godoc.org/github.com/cisco/logrus?status.svg)](https://godoc.org/github.com/cisco/arc) [![Go Report Card](https://goreportcard.com/badge/github.com/cisco/arc)](https://goreportcard.com/report/github.com/cisco/arc) Arc is a command line tool that allows the user to create and manage cloud infrastructure. It does this through the use of cloud configuration as code. Currently only AWS is supported as a cloud provider. - [Getting Started](docs/getting_started.md) ## Contributing - [Creating Pull Requests](docs/github_forking_process.md) - [Style Guide](docs/style_guide.md) ## Design - [Database Service Design](docs/design/database_service/design.md) - [Storage Service Design](docs/design/storage/design.md) - [Container Service Design](docs/design/container_service/design.md) - [Key Management Service Design](docs/design/key_management/design.md) - [Identity Management Service Design](docs/design/identity_management/design.md)